+2008-10-31 Christian Dywan <christian@imendio.com>
+
+ Bug 558667 – gtk_font_selection_dialog_get_apply_button - deprecate?
+
+ * gtk/gtk.symbols:
+ * gtk/gtkfontsel.c:
+ * gtk/gtkfontsel.h:
+ Deprecate gtk_font_selection_dialog_get_apply_button
+
2008-10-31 Matthias Clasen <mclasen@redhat.com>
Bug 558323 – glitches when popping up combos in treeviews
#if IN_HEADER(__GTK_FONTSEL_H__)
#if IN_FILE(__GTK_FONTSEL_C__)
-gtk_font_selection_dialog_get_apply_button
gtk_font_selection_dialog_get_cancel_button
gtk_font_selection_dialog_get_font_name
gtk_font_selection_dialog_get_ok_button
gtk_font_selection_dialog_set_font_name
gtk_font_selection_dialog_set_preview_text
#ifndef GTK_DISABLE_DEPRECATED
+gtk_font_selection_dialog_get_apply_button
gtk_font_selection_get_font
gtk_font_selection_dialog_get_font
#endif
* gtk_font_selection_dialog_get_apply_button:
* @fsd: a #GtkFontSelectionDialog
*
- * Gets the 'Apply' button.
+ * Obtains a button. The button doesn't have any function.
*
- * Return value: the #GtkWidget used in the dialog for the 'Apply' button.
+ * Return value: a #GtkWidget
*
* Since: 2.14
+ *
+ * Deprecated: 2.16: Don't use this function.
*/
GtkWidget *
gtk_font_selection_dialog_get_apply_button (GtkFontSelectionDialog *fsd)
GtkWidget *gtk_font_selection_dialog_new (const gchar *title);
GtkWidget *gtk_font_selection_dialog_get_ok_button (GtkFontSelectionDialog *fsd);
+#ifndef GTK_DISABLE_DEPRECATED
GtkWidget *gtk_font_selection_dialog_get_apply_button (GtkFontSelectionDialog *fsd);
+#endif
GtkWidget *gtk_font_selection_dialog_get_cancel_button (GtkFontSelectionDialog *fsd);
/* This returns the X Logical Font Description fontname, or NULL if no font